MessageSettings

constructor(recipients: List<String> = emptyList(), subject: String? = null, body: String? = null, message: <Error class: unknown class>? = null, disableAttachments: Boolean = false, attachments: List<NavigationSpec.Message.Attachment> = emptyList())

Parameters

recipients

list of phone numbers to send the message to

subject

Optional subject of the message

body

Optional body of the message

disableAttachments

Disables the user from adding attachments

attachments

The list of Attachment added to the message